You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Vector.SetCplx Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.SetCplx Method

Sets vector values (complex).

Syntax
C#
Visual Basic
public TVec SetCplx([In] TCplx[] a);

Sets the Length property of the calling vector to (High(A)+1) and the Complex property to true. The complex elements of A array are copied to the calling vector CValues

Note Use this method for complex array only.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!